FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package vzvz.covid-vaccinations#0.5.1-beta (62 ms)

Package vzvz.covid-vaccinations
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=vzvz.covid-vaccinations@0.5.1-beta&canonical=http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient-anonymous
Url http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient-anonymous
Status draft
Date 2022-03-01T10:44:32.8672038+00:00
Name NlVzvzRivmPatientAnonymous
Title nl vzvz rivm Patient anonymous
Experimental False
Description A derived profile from the nl-core-Patient resource to exchange information on anonymous patients
Type Patient
Kind resource

Resources that use this resource

StructureDefinition
http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination-anonymous nl vzvz rivm Vaccination anonymous

Resources that this resource uses

StructureDefinition
http://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup ext nl vzvz rivm ageGroup
http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient nl core Patient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nl-vzvz-rivm-Patient-anonymous",
  "url" : "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient-anonymous",
  "name" : "NlVzvzRivmPatientAnonymous",
  "title" : "nl vzvz rivm Patient anonymous",
  "status" : "draft",
  "date" : "2022-03-01T10:44:32.8672038+00:00",
  "publisher" : "VZVZ",
  "contact" : [
    {
      "name" : "VZVZ",
      "telecom" : [
        {
          "system" : "email",
          "value" : "standaardisatie@vzvz.nl"
        }
      ]
    }
  ],
  "description" : "A derived profile from the nl-core-Patient resource to exchange information on anonymous patients",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Patient",
  "baseDefinition" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Patient.extension",
        "path" : "Patient.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Patient.extension:nationality",
        "path" : "Patient.extension",
        "sliceName" : "nationality",
        "definition" : "The nationality of the patient. Not allowed in the anonymous Patient resource.",
        "min" : 0,
        "max" : "0"
      },
      {
        "id" : "Patient.extension:ageGroup",
        "path" : "Patient.extension",
        "sliceName" : "ageGroup",
        "short" : "Age group",
        "definition" : "Indication of the age of the patient by indication a range.",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "age-1",
            "severity" : "error",
            "human" : "Age group must not be empty",
            "expression" : "$this.exists()",
            "source" : "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient-anonymous"
          }
        ]
      },
      {
        "id" : "Patient.identifier",
        "path" : "Patient.identifier",
        "constraint" : [
          {
            "key" : "ide-4",
            "severity" : "error",
            "human" : "Hashed identifier cannot be empty",
            "expression" : "where(system = 'urn:oid:2.16.840.1.113883.2.4.3.111.4').exists()",
            "source" : "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient-anonymous"
          }
        ]
      },
      {
        "id" : "Patient.identifier:bsn",
        "path" : "Patient.identifier",
        "sliceName" : "bsn",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:hash",
        "path" : "Patient.identifier",
        "sliceName" : "hash",
        "short" : "A hashed identifier for this patient",
        "definition" : "A hashed identifier for this patient. Restrictions are compliant to the DPV-210 specifications of RIVM.",
        "min" : 1,
        "max" : "1",
        "patternIdentifier" : {
          "system" : "urn:oid:2.16.840.1.113883.2.4.3.111.4"
        }
      },
      {
        "id" : "Patient.name",
        "path" : "Patient.name",
        "definition" : "Patient's full name. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.name.given",
        "path" : "Patient.name.given",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').value"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Patient.telecom",
        "path" : "Patient.telecom",
        "definition" : "Patient’s telephone number(s) or e-mail address(es). Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.gender",
        "path" : "Patient.gender",
        "definition" : "Patient’s administrative gender. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.birthDate",
        "path" : "Patient.birthDate",
        "definition" : "Patient’s date of birth. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.deceased[x]",
        "path" : "Patient.deceased[x]",
        "definition" : "Indicates if the individual is deceased or not. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.address",
        "path" : "Patient.address",
        "definition" : "Address of the patient. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.maritalStatus",
        "path" : "Patient.maritalStatus",
        "definition" : "A person’s marital status according to the terms and definition in the Dutch civil code. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.multipleBirth[x]",
        "path" : "Patient.multipleBirth[x]",
        "definition" : "Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.photo",
        "path" : "Patient.photo",
        "definition" : "Image of the patient. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.contact",
        "path" : "Patient.contact",
        "definition" : "A contact party (e.g. guardian, partner, friend) for the patient. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.contact.name",
        "path" : "Patient.contact.name",
        "max" : "0"
      },
      {
        "id" : "Patient.contact.name.given",
        "path" : "Patient.contact.name.given",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').value"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Patient.contact.telecom",
        "path" : "Patient.contact.telecom",
        "max" : "0"
      },
      {
        "id" : "Patient.communication",
        "path" : "Patient.communication",
        "definition" : "A language which may be used to communicate with the patient about his or her health. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.generalPractitioner",
        "path" : "Patient.generalPractitioner",
        "definition" : "GP of the patient. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.managingOrganization",
        "path" : "Patient.managingOrganization",
        "definition" : "Organization that is the custodian of the patient record. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      },
      {
        "id" : "Patient.link",
        "path" : "Patient.link",
        "definition" : "Link to another patient resource that concerns the same actual patient. Not allowed in the anonymous Patient resource.",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.